home *** CD-ROM | disk | FTP | other *** search
/ Aminet 12 / Aminet 12 (1996)(GTI - Schatztruhe)[!][Jun 1996].iso / Aminet / misc / unix / xfrscripts01_tar.readme < prev    next >
Text File  |  1996-03-12  |  4KB  |  94 lines

  1. Short:    Unix scripts to expedite transfers
  2. Author:   eraugust@igate1.hac.com (Eric R. Augustine)
  3. Uploader: eraugust@igate1.hac.com (Eric R. Augustine)
  4. Type:     misc/unix
  5.  
  6. Requirements (sort of):
  7. These scripts all run on Unix workstations - and should 
  8. have no portability problems (except where you are missing
  9. gzip on your system - you should punish your SysAdm for
  10. this oversight) since they are all written in the bourne
  11. shell interpreted language (except of course where you are
  12. lost in the world of AIX - my condolences) 
  13.  
  14. Installation:
  15. unpack everything using lha and then just run the script 
  16. 'xfrcfg'.  This script will ask you a few questions and if 
  17. you answer them it will install the scripts in your home 
  18. directory and add the path to your login scripts.  If the 
  19. AmiNet INDEX file is (uncompressed) in your directory tree
  20. anywhere it will find it and put it in the directory and
  21. create the index files.  It will also modify the other 
  22. scripts to recognize where they should run to and from.
  23.  
  24. Explaination:
  25. These are all intended to work together - Get the AmiNet
  26. INDEX file and use mkamidx to create your index directory
  27. and files.  Then use aindex to find a set of files that
  28. match your interests in that set of index files (I split
  29. up the index because I like to go hunting ever so often
  30. in certain sections of the index and it made sense at the
  31. time to do it that way) These searches get dumped to a 
  32. file called "get.$STRING", where $STRING is the string you
  33. searched with.  Once you have a whole stack of get files
  34. (or even if you have only one) run the script mkfsc (make
  35. ftp script) this then creates something you can use in
  36. concert with ftp to automatically get all of your aminet
  37. warez.  Once you have them all - you run the script called
  38. mkamidir which creates all of the directories and places 
  39. the files in them (correctly) so that when you transfer 
  40. the whole archive to your Amiga you have a small piece 
  41. of AmiNet on your Amiga - well this is how I like it and
  42. since I have several Gigs of space on my Amiga - I do it
  43. this way.  Oh - the last script - mksend - just go to the
  44. directory where you have all of the stuff you want to xfr
  45. back to your Amiga and type mksend.  This creates a file
  46. called '.send' in that directory.  When you go to the 
  47. Amiga and want to d/l the directory - type .send on the 
  48. Unix side and the transfer should start up (I use VLT and
  49. it automatically senses that a ZModem transfer has begun
  50. and starts receiving on the Amiga side.
  51.  
  52. These should all be in your path someplace - and actually
  53. there should be one more script in here that configs the
  54. others and your environment to get you going... Haven't
  55. done that yet.  
  56.  
  57.  
  58. Here's the file list:
  59.  
  60. aindex    -        read aminet index file sections
  61. mkamidir    -        make the aminet directory tree with files
  62. mkamidx    -        make the aminet index sections for aindex
  63. mkfsc        -        make an ftp script
  64. mksend    -        make a zmodem send script
  65. xfrcfg     -        installs everything
  66.  
  67. Other files/warez out there that I have uploaded to aminet
  68. in the past that might be of interest are:
  69.  
  70. mkms         -        make mail and ncftp scripts (ncftp is a little
  71.                     faster if you can get it on your system)
  72. asplit    -        used to be ssplit, but someone used that name.
  73.                     splits and combines large files by line or byte
  74.                     with several other options.
  75. BReq        -        boot requester screen, with blanker and timeout.
  76.                     back when I was using NetBSD I wanted an option
  77.                     screen.  this served that purpose but it has 
  78.                     several options that make it more than just 
  79.                     something to boot NetBSD or AmigaDOS with. I use
  80.                     it to boot AmigaDOS or start DeGrader so I can
  81.                     go direct into Demos and Games.
  82.  
  83. If you have trouble with anything in this or another package
  84. send me mail at: 
  85.  
  86. eraugust@igate1.hac.com 
  87.  
  88. with a subject that tells me what it's about (I may ignore it 
  89. otherwise) I will try my best to help.  You can also send flames 
  90. and suggests there.  You can also just mail if you want mail back 
  91. (no promises but I try to get to all of my mail eventually)
  92.  
  93.   --Eric.
  94.